home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / June 96 / Re Just getting started questi < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  2.6 KB  |  [TEXT/ttxt]

  1. Subject:     Re: Just getting started question
  2. Sent:        6/15/96 9:18 PM
  3. Received:    6/17/96 8:22 AM
  4. From:        LHolton@desertsky.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. I've finally made the time to get started and ODF seems the way to go. I'm
  9. not having much luck building PPC versions of the sample parts from OD DR5.
  10. I'm using the release verison of MPW from ETO 20. After following the OD
  11. DR5 install instructions I attempted to build the 'Nothing ' part and
  12. encountered link errors that prevent it from building. The 68K project
  13. appears to builds successfully  (I say appears, because I don't have a 68K
  14. mac to test it right now).
  15.  
  16. If anyone can point me in the right direction I'd appreciate it. The error
  17. message I encounter building 'Nothing' for PPC is as follows:
  18.  
  19. build
  20. Building Target: Data:Dev:ODFDev:ODF::Nothing:Sources:ODFNothing.CFM
  21. Rezzing:          Part.r --> Part.rsrc
  22. ODFrc:            PartInfo.fr --> PartInfo.rsrc
  23. Compiling:        SOMPart.cpp
  24. Compiling:        Part.cpp
  25. Compiling:        Frame.cpp
  26. Linking:     :Obj:ODFNothing
  27. # Error:  File "Data:Dev:ODFDev:ODF:MCPPCRelease:Lib:FWPart.o"
  28. #         Reference to unresolved symbol
  29. "FW_TOrderedCollection<FW_CPresentation>::operator new(unsigned int, const
  30. FW_CPrivWatcher&)"
  31. # Error:  File "Data:Dev:ODFDev:ODF:MCPPCRelease:Lib:ODFOS.o"
  32. #         Reference to unresolved symbol
  33. "FW_TOrderedCollection<FW_CPullDownMenu>::operator new(unsigned int, const
  34. FW_CPrivWatcher&)"
  35. # Error:  File "Data:Dev:ODFDev:ODF:MCPPCRelease:Lib:ODFOS.o"
  36. #         Reference to unresolved symbol
  37. "FW_TOrderedCollection<FW_CMenuItem>::operator new(unsigned int, const
  38. FW_CPrivWatcher&)"
  39. #  Unresolved external references:
  40. #    FW_TOrderedCollection<FW_CPresentation>::operator new(unsigned int,
  41. const FW_CPrivWatcher&)
  42. #    FW_TOrderedCollection<FW_CPullDownMenu>::operator new(unsigned int,
  43. const FW_CPrivWatcher&)
  44. #    FW_TOrderedCollection<FW_CMenuItem>::operator new(unsigned int, const
  45. FW_CPrivWatcher&)
  46. # Error:  No output file generated
  47. # Error:  (3013) While writing :Obj:ODFNothing.seg
  48. # Error:  There were unresolved references
  49. # Fatal error: 
  50. ppclink - Execution terminated!
  51. ### MPW Shell - Execution of
  52. Data:Dev:ODFDev:Nothing:MCPPCRelease:FWBuild.MakeIt terminated.
  53. ### MPW Shell - Execution of Data:Dev:MPW:FWBuild.tmp terminated.
  54. ### MPW Shell - Execution of FWBuild terminated.
  55. ### MPW Shell - Execution of FWBuildMrCPPCRelease terminated.
  56. ### MPW Shell - Execution of build terminated.
  57.  
  58.  
  59. Luke Holton
  60. Desert Sky Software, Inc.
  61. EMail: LHolton@desertsky.com
  62. Voice: (602) 279-4600 
  63.